home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Blix / blix.dxr / Script_85_RO6.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  116 b   |  7 lines

  1. global gROSoundList, gstage
  2.  
  3. on mouseEnter
  4.   myNum = getAt(gROSoundList, gstage)
  5.   playmysound(getAt(myNum, 6))
  6. end
  7.